Skip to main content

Update Company

AutomatR.FreshDesk.Company.UpdateCompany

The "Update Company" activity in AutomatR is part of the Freshdesk activities package, allowing automation processes to update details for a specific company within Freshdesk. This activity streamlines the management of company information, enhancing the efficiency of automation workflows.

Properties

NameDescription
Input
Account TierSpecifies the updated account tier associated with the company. String variables containing the updated account tier.
Company IDSpecifies the ID of the company to be updated. String variables containing the company ID.
DescriptionSpecifies the updated description of the company. String variables containing the updated description.
DomainsSpecifies the updated domains of the company. String array variables containing the updated domains.
IndustrySpecifies the updated industry name in which the company serves. String variables containing the updated industry name.
NameSpecifies the updated name of the company. String variables containing the updated name.
Misc
Display NameProvides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name.
Optional
DelaySpecifies the amount of time (in seconds) to wait before executing the "Update Company" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1.
Output
ResultOutputs the response of the "Update Company" operation, providing information about the status of the update. Variables of relevant types (e.g., dynamic variables) to store the operation result.

How to use:

  1. Drag and drop the "Update Company" activity onto the workflow.
  2. Configure the properties by specifying the company ID and providing updated values for name, description, domains, account tier, and industry as needed.
  3. Optionally, configure the delay.
  4. Execute the workflow to update the details for the specified company in Freshdesk.

Example: Consider an example where the "Update Company" activity is used to update the name and description of a company with the ID "ABC123":

Update Company:
Delay: 0
Company ID: "ABC123"
Name: "Updated Company Name"
Description: "Updated company description"
Domains: ["updateddomain.com", "anotherdomain.com"]
Account Tier: "Gold"
Industry: "Technology"
Result: updateStatus

In this example, the activity updates the name, description, domains, account tier, and industry of the company with ID "ABC123". The response, containing information about the status of the update, is stored in the dynamic variable "updateStatus" for further handling in the workflow.